Filename | (eval 15)[/usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Document.pm:78] |
Statements | Executed 2970403 statements in 6.01s |
Eval Invoked At | /usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Document.pm line 78 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
215704 | 1 | 1 | 3.84s | 4.25s | __ANON__[(eval 100)[Template/Document.pm:78]:16] (merge of 215704 subs) | Template::Document::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 4.25s (3.84+402ms) within Template::Document::__ANON__[(eval 100)[/usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Document.pm:78]:16] which was called 215704 times, avg 20µs/call:
# (data for this subroutine includes 215703 others that were merged with it)
# 215704 times (3.84s+402ms) by Template::Document::process at line 163 of Template/Document.pm, avg 20µs/call | ||||
2 | 384174 | 239ms | my $context = shift || die "template sub called without context\n"; | ||
3 | 384174 | 1.06s | 384174 | 810ms | my $stash = $context->stash; # spent 810ms making 384174 calls to Template::Context::stash, avg 2µs/call |
4 | 384174 | 160ms | my $output = ''; | ||
5 | 384174 | 54.8ms | my $_tt_error; | ||
6 | |||||
7 | 215704 | 79.2ms | eval { BLOCK: { | ||
8 | 570891 | 333ms | $output .= "out/"; | ||
9 | #line 1 "input text" | ||||
10 | 215704 | 44.7ms | $output .= $stash->get('project'); | ||
11 | } }; | ||||
12 | if ($@) { | ||||
13 | $_tt_error = $context->catch($@, \$output); | ||||
14 | die $_tt_error unless $_tt_error->type eq 'return'; | ||||
15 | 215704 | 2.77s | } | ||
16 | |||||
17 | 215704 | 1.27s | return $output; | ||
18 | } | ||||
19 | |||||
20 | ; |